-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Java configuration for Log Analytics #3269
Conversation
@@ -134,14 +134,13 @@ output-folder: $(go-sdk-folder)/services/operationalinsights/v1/operationalinsig | |||
## Java | |||
|
|||
These settings apply only when `--java` is specified on the command line. | |||
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-libraries-for-java clone>`. | |||
|
|||
``` yaml $(java) | |||
java: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no existing client that uses the old configuration.
@@ -25,7 +25,7 @@ These are the global settings for the OperationalInsightsData API. | |||
|
|||
``` yaml | |||
title: OperationalInsightsDataClient | |||
description: Operational Insights Data Client | |||
description: Log Analytics Data Plane Client |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reflecting branding, which has been different for some time (keeping title due to existing packages dependent on it; will override on a per package basis for new releases).
Related to Azure/azure-sdk-for-java#2113 |
Automation for azure-sdk-for-javaNothing to generate for azure-sdk-for-java |
Automation for azure-sdk-for-pythonThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-rubyNothing to generate for azure-sdk-for-ruby |
Automation for azure-sdk-for-goThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-nodeNothing to generate for azure-sdk-for-node |
I'd like @jianghaolu to validate the java configuration changes. Other than that, this looks good. |
@@ -134,14 +134,13 @@ output-folder: $(go-sdk-folder)/services/operationalinsights/v1/operationalinsig | |||
## Java | |||
|
|||
These settings apply only when `--java` is specified on the command line. | |||
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-libraries-for-java clone>`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you remove this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry -- before the changes in generation, I saw this was fixed already in gulpfile. I'll undo this change.
@jianghaolu, does the update look good to you? |
@marstr Yes! Please feel free to merge. |
This checklist is used to make sure that common issues in a pull request are addressed. This will expedite the process of getting your pull request merged and avoid extra work on your part to fix issues discovered during the review process.
PR information
api-version
in the path should match theapi-version
in the spec).Quality of Swagger